﻿2026-09-10T10:20:33.7047633Z ##[group]Run set -euo pipefail
2026-09-10T10:20:33.7047907Z [36;1mset -euo pipefail[0m
2026-09-10T10:20:33.7048123Z [36;1mPIN=0c95435[0m
2026-09-10T10:20:33.7048323Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-09-10T10:20:33.7048565Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-09-10T10:20:33.7048885Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-09-10T10:20:33.7049424Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-09-10T10:20:33.7049854Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-09-10T10:20:33.7050186Z [36;1m  rm -rf "$CACHE"[0m
2026-09-10T10:20:33.7050412Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-09-10T10:20:33.7050675Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-09-10T10:20:33.7051171Z [36;1m  # CARGO_INCREMENTAL=0 — THE one-shot build in this workflow (releases#103:[0m
2026-09-10T10:20:33.7051585Z [36;1m  # -29.8% wall, -5.65 GB of target, n=3, slowest-OFF beat fastest-ON). The[0m
2026-09-10T10:20:33.7052000Z [36;1m  # finding is scoped to COLD one-shot builds and this is the only CI site that[0m
2026-09-10T10:20:33.7052411Z [36;1m  # is one: the cache is `rm -rf`'d and rebuilt from scratch when the pin moves,[0m
2026-09-10T10:20:33.7052835Z [36;1m  # and between pin moves it is consumed as a BINARY and never recompiled — so[0m
2026-09-10T10:20:33.7053248Z [36;1m  # the incremental state it would write is never read by anything, ever. Every[0m
2026-09-10T10:20:33.7053662Z [36;1m  # other cargo invocation in this workflow builds into the runner's PERSISTENT[0m
2026-09-10T10:20:33.7054084Z [36;1m  # `_work` target, where incremental is the mechanism that makes the next run[0m
2026-09-10T10:20:33.7054431Z [36;1m  # cheap; those are deliberately left alone.[0m
2026-09-10T10:20:33.7054784Z [36;1m  CARGO_INCREMENTAL=0 bash .github/bench/wrap.sh n1-oldbroker-build -- \[0m
2026-09-10T10:20:33.7055193Z [36;1m    cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-09-10T10:20:33.7055520Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-09-10T10:20:33.7055749Z [36;1mfi[0m
2026-09-10T10:20:33.7056006Z [36;1mSPT_N1_OLD_BROKER="$BIN" bash .github/bench/wrap.sh n1-pairing -- \[0m
2026-09-10T10:20:33.7056360Z [36;1m  cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-09-10T10:20:33.7067639Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-09-10T10:20:33.7067920Z env:
2026-09-10T10:20:33.7068112Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-09-10T10:20:33.7068479Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-34462915181-1-3fMQ97
2026-09-10T10:20:33.7069047Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-34462915181-1-3fMQ97
2026-09-10T10:20:33.7069519Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-34462915181-1-3fMQ97
2026-09-10T10:20:33.7069943Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-34462915181-1-3fMQ97
2026-09-10T10:20:33.7070267Z ##[endgroup]
2026-09-10T10:20:34.0055843Z    Compiling proc-macro2 v1.0.106
2026-09-10T10:20:34.0056325Z    Compiling unicode-ident v1.0.24
2026-09-10T10:20:34.0056693Z    Compiling quote v1.0.45
2026-09-10T10:20:34.0057026Z    Compiling libc v0.2.186
2026-09-10T10:20:34.0057344Z    Compiling cfg-if v1.0.4
2026-09-10T10:20:34.0057671Z    Compiling serde_core v1.0.228
2026-09-10T10:20:34.0058019Z    Compiling serde v1.0.228
2026-09-10T10:20:34.0058348Z    Compiling typenum v1.20.1
2026-09-10T10:20:34.0058676Z    Compiling log v0.4.32
2026-09-10T10:20:34.0059153Z    Compiling version_check v0.9.5
2026-09-10T10:20:34.0079139Z    Compiling pin-project-lite v0.2.17
2026-09-10T10:20:34.0095774Z    Compiling portable-atomic v1.13.1
2026-09-10T10:20:34.0139995Z    Compiling memchr v2.8.1
2026-09-10T10:20:34.0190153Z    Compiling subtle v2.6.1
2026-09-10T10:20:34.0247705Z    Compiling critical-section v1.2.0
2026-09-10T10:20:34.0621431Z    Compiling find-msvc-tools v0.1.9
2026-09-10T10:20:34.0841174Z    Compiling shlex v2.0.1
2026-09-10T10:20:34.1036696Z    Compiling futures-core v0.3.32
2026-09-10T10:20:34.1276246Z    Compiling bytes v1.11.1
2026-09-10T10:20:34.2280882Z    Compiling smallvec v1.15.1
2026-09-10T10:20:34.2430924Z    Compiling equivalent v1.0.2
2026-09-10T10:20:34.2519913Z    Compiling itoa v1.0.18
2026-09-10T10:20:34.2781560Z    Compiling semver v1.0.28
2026-09-10T10:20:34.3044065Z    Compiling stable_deref_trait v1.2.1
2026-09-10T10:20:34.3230252Z    Compiling futures-io v0.3.32
2026-09-10T10:20:34.3250757Z    Compiling slab v0.4.12
2026-09-10T10:20:34.3540884Z    Compiling futures-sink v0.3.32
2026-09-10T10:20:34.3594357Z    Compiling rand_core v0.10.1
2026-09-10T10:20:34.4216475Z    Compiling generic-array v0.14.7
2026-09-10T10:20:34.4310882Z    Compiling futures-channel v0.3.32
2026-09-10T10:20:34.4425974Z    Compiling futures-task v0.3.32
2026-09-10T10:20:34.4807537Z    Compiling bitflags v2.12.1
2026-09-10T10:20:34.5001806Z    Compiling rustversion v1.0.22
2026-09-10T10:20:34.5290660Z    Compiling getrandom v0.4.2
2026-09-10T10:20:34.5399400Z    Compiling cpufeatures v0.2.17
2026-09-10T10:20:34.5407064Z    Compiling autocfg v1.5.1
2026-09-10T10:20:34.5913151Z    Compiling rustc_version v0.4.1
2026-09-10T10:20:34.6221875Z    Compiling hashbrown v0.17.1
2026-09-10T10:20:34.6311881Z    Compiling fnv v1.0.7
2026-09-10T10:20:34.6453578Z    Compiling scopeguard v1.2.0
2026-09-10T10:20:34.6576490Z    Compiling strsim v0.11.1
2026-09-10T10:20:34.6998756Z    Compiling lock_api v0.4.14
2026-09-10T10:20:34.7086937Z    Compiling const-oid v0.9.6
2026-09-10T10:20:34.7620669Z    Compiling cfg_aliases v0.2.1
2026-09-10T10:20:34.7808853Z    Compiling libm v0.2.16
2026-09-10T10:20:34.8131366Z    Compiling litemap v0.8.2
2026-09-10T10:20:34.8917187Z    Compiling writeable v0.6.3
2026-09-10T10:20:34.9632543Z    Compiling num-traits v0.2.19
2026-09-10T10:20:34.9840755Z    Compiling dunce v1.0.5
2026-09-10T10:20:35.0090543Z    Compiling icu_normalizer_data v2.2.0
2026-09-10T10:20:35.0310841Z    Compiling ident_case v1.0.1
2026-09-10T10:20:35.0640652Z    Compiling fs_extra v1.3.0
2026-09-10T10:20:35.1140898Z    Compiling utf8_iter v1.0.4
2026-09-10T10:20:35.1198427Z    Compiling icu_properties_data v2.2.0
2026-09-10T10:20:35.1952772Z    Compiling percent-encoding v2.3.2
2026-09-10T10:20:35.2123741Z    Compiling http v1.4.1
2026-09-10T10:20:35.2456338Z    Compiling aws-lc-rs v1.17.0
2026-09-10T10:20:35.2592628Z    Compiling cpufeatures v0.3.0
2026-09-10T10:20:35.2970979Z    Compiling unicode-segmentation v1.13.3
2026-09-10T10:20:35.3199087Z    Compiling syn v2.0.117
2026-09-10T10:20:35.3705511Z    Compiling hybrid-array v0.4.12
2026-09-10T10:20:35.3725548Z    Compiling thiserror v2.0.18
2026-09-10T10:20:35.3941305Z    Compiling zerocopy v0.8.50
2026-09-10T10:20:35.4071957Z    Compiling form_urlencoded v1.2.2
2026-09-10T10:20:35.4660993Z    Compiling indexmap v2.14.0
2026-09-10T10:20:35.4842365Z    Compiling spin v0.9.8
2026-09-10T10:20:35.4929661Z    Compiling untrusted v0.9.0
2026-09-10T10:20:35.5031299Z    Compiling rustls v0.23.40
2026-09-10T10:20:35.5890633Z    Compiling heck v0.5.0
2026-09-10T10:20:35.6355360Z    Compiling anyhow v1.0.102
2026-09-10T10:20:35.6531483Z    Compiling unicode-xid v0.2.6
2026-09-10T10:20:35.7043252Z    Compiling jobserver v0.1.34
2026-09-10T10:20:35.7464528Z    Compiling atomic-waker v1.1.2
2026-09-10T10:20:35.7651600Z    Compiling const-oid v0.10.2
2026-09-10T10:20:35.7743693Z    Compiling httparse v1.10.1
2026-09-10T10:20:35.8050757Z    Compiling paste v1.0.15
2026-09-10T10:20:35.8394082Z    Compiling convert_case v0.10.0
2026-09-10T10:20:35.9098549Z    Compiling fastrand v2.4.1
2026-09-10T10:20:35.9658880Z    Compiling block-buffer v0.12.0
2026-09-10T10:20:36.0049295Z    Compiling cc v1.2.63
2026-09-10T10:20:36.0286730Z    Compiling crypto-common v0.2.2
2026-09-10T10:20:36.0474075Z    Compiling inout v0.2.2
2026-09-10T10:20:36.0691053Z    Compiling parking_lot_core v0.9.12
2026-09-10T10:20:36.1151239Z    Compiling crypto-common v0.1.7
2026-09-10T10:20:36.1299855Z    Compiling block-buffer v0.10.4
2026-09-10T10:20:36.1880771Z    Compiling http-body v1.0.1
2026-09-10T10:20:36.1964091Z    Compiling curve25519-dalek v4.1.3
2026-09-10T10:20:36.1983723Z    Compiling ahash v0.8.12
2026-09-10T10:20:36.2230738Z    Compiling powerfmt v0.2.0
2026-09-10T10:20:36.2428664Z    Compiling digest v0.10.7
2026-09-10T10:20:36.2746817Z    Compiling either v1.16.0
2026-09-10T10:20:36.3419582Z    Compiling base64ct v1.8.3
2026-09-10T10:20:36.3922627Z    Compiling mio v1.2.1
2026-09-10T10:20:36.4141079Z    Compiling socket2 v0.6.4
2026-09-10T10:20:36.4160685Z    Compiling getrandom v0.2.17
2026-09-10T10:20:36.5021077Z    Compiling sha2 v0.10.9
2026-09-10T10:20:36.6700594Z    Compiling rand_core v0.6.4
2026-09-10T10:20:36.6840917Z    Compiling pem-rfc7468 v1.0.0
2026-09-10T10:20:36.7000812Z    Compiling uuid v1.23.2
2026-09-10T10:20:36.7110657Z    Compiling deranged v0.5.8
2026-09-10T10:20:36.9100625Z    Compiling signature v2.2.0
2026-09-10T10:20:37.0180570Z    Compiling cipher v0.5.2
2026-09-10T10:20:37.0790670Z    Compiling tinyvec_macros v0.1.1
2026-09-10T10:20:37.1009580Z    Compiling vcpkg v0.2.15
2026-09-10T10:20:37.1104555Z    Compiling time-core v0.1.8
2026-09-10T10:20:37.1181286Z    Compiling pkg-config v0.3.33
2026-09-10T10:20:37.1250912Z    Compiling num-conv v0.2.2
2026-09-10T10:20:37.1322462Z    Compiling try-lock v0.2.5
2026-09-10T10:20:37.1840846Z    Compiling data-encoding v2.11.0
2026-09-10T10:20:37.2035378Z    Compiling base64 v0.22.1
2026-09-10T10:20:37.2100671Z    Compiling tower-service v0.3.3
2026-09-10T10:20:37.2559859Z    Compiling zmij v1.0.21
2026-09-10T10:20:37.2745412Z    Compiling chacha20 v0.10.0
2026-09-10T10:20:37.2810892Z    Compiling want v0.3.1
2026-09-10T10:20:37.2967336Z    Compiling tinyvec v1.11.0
2026-09-10T10:20:37.3598120Z    Compiling parking_lot v0.12.5
2026-09-10T10:20:37.4409643Z    Compiling cmake v0.1.58
2026-09-10T10:20:37.5040756Z    Compiling num-integer v0.1.47
2026-09-10T10:20:37.5311358Z    Compiling inout v0.1.4
2026-09-10T10:20:37.5441258Z    Compiling rand v0.10.1
2026-09-10T10:20:37.5771675Z    Compiling spt-procident v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-procident)
2026-09-10T10:20:37.5870424Z    Compiling vergen-lib v9.1.0
2026-09-10T10:20:37.6513095Z    Compiling n0-future v0.3.2
2026-09-10T10:20:37.6840629Z    Compiling httpdate v1.0.3
2026-09-10T10:20:37.7330869Z    Compiling serde_json v1.0.150
2026-09-10T10:20:37.7570903Z    Compiling parking v2.2.1
2026-09-10T10:20:37.7761089Z    Compiling cordyceps v0.3.4
2026-09-10T10:20:37.8560778Z    Compiling num-bigint-dig v0.8.6
2026-09-10T10:20:37.8870883Z    Compiling winnow v1.0.3
2026-09-10T10:20:37.9030770Z    Compiling spin v0.10.0
2026-09-10T10:20:37.9100816Z    Compiling diatomic-waker v0.2.3
2026-09-10T10:20:37.9140632Z    Compiling crossbeam-utils v0.8.21
2026-09-10T10:20:37.9469914Z    Compiling futures-lite v2.6.1
2026-09-10T10:20:37.9690737Z    Compiling num-iter v0.1.46
2026-09-10T10:20:37.9834610Z    Compiling spt-poolguard v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-poolguard)
2026-09-10T10:20:38.0213134Z    Compiling cipher v0.4.4
2026-09-10T10:20:38.0400727Z    Compiling netlink-packet-core v0.8.1
2026-09-10T10:20:38.0863804Z    Compiling digest v0.11.3
2026-09-10T10:20:38.1280656Z    Compiling futures-buffered v0.2.13
2026-09-10T10:20:38.1370571Z    Compiling ed25519 v2.2.3
2026-09-10T10:20:38.2211246Z    Compiling aws-lc-sys v0.41.0
2026-09-10T10:20:38.2331009Z    Compiling ring v0.17.14
2026-09-10T10:20:38.2460437Z    Compiling libsqlite3-sys v0.30.1
2026-09-10T10:20:38.2550859Z    Compiling universal-hash v0.5.1
2026-09-10T10:20:38.2601186Z    Compiling lazy_static v1.5.0
2026-09-10T10:20:38.3170211Z    Compiling vergen-lib v0.1.6
2026-09-10T10:20:38.3270737Z    Compiling vergen v9.1.0
2026-09-10T10:20:38.3390485Z    Compiling heapless v0.7.17
2026-09-10T10:20:38.3893818Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-09-10T10:20:38.4138171Z    Compiling noq-udp v0.10.0
2026-09-10T10:20:38.4929816Z    Compiling aho-corasick v1.1.4
2026-09-10T10:20:38.5106226Z    Compiling sync_wrapper v1.0.2
2026-09-10T10:20:38.5175591Z    Compiling allocator-api2 v0.2.21
2026-09-10T10:20:38.6091051Z    Compiling regex-syntax v0.8.10
2026-09-10T10:20:38.6130982Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-09-10T10:20:38.6200506Z    Compiling opaque-debug v0.3.1
2026-09-10T10:20:38.6271720Z    Compiling byteorder v1.5.0
2026-09-10T10:20:38.6820196Z    Compiling polyval v0.6.2
2026-09-10T10:20:38.7422330Z    Compiling spt-store v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-09-10T10:20:38.7951134Z    Compiling hash32 v0.2.1
2026-09-10T10:20:38.9160670Z    Compiling vergen-gitcl v1.0.8
2026-09-10T10:20:38.9590396Z    Compiling fallible-streaming-iterator v0.1.9
2026-09-10T10:20:38.9953970Z    Compiling signature v3.0.0
2026-09-10T10:20:39.0082034Z    Compiling num_threads v0.1.7
2026-09-10T10:20:39.0165581Z    Compiling tower-layer v0.3.3
2026-09-10T10:20:39.0447780Z    Compiling ryu v1.0.23
2026-09-10T10:20:39.1043107Z    Compiling fallible-iterator v0.3.0
2026-09-10T10:20:39.1312923Z    Compiling time v0.3.47
2026-09-10T10:20:39.1599689Z    Compiling ghash v0.5.1
2026-09-10T10:20:39.1719983Z    Compiling ctr v0.9.2
2026-09-10T10:20:39.2469518Z    Compiling aes v0.8.4
2026-09-10T10:20:39.2832028Z    Compiling sha2 v0.11.0-rc.5
2026-09-10T10:20:39.3420421Z    Compiling fs2 v0.4.3
2026-09-10T10:20:39.4850853Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-09-10T10:20:39.5141131Z    Compiling http-body-util v0.1.3
2026-09-10T10:20:39.5820418Z    Compiling aead v0.5.2
2026-09-10T10:20:39.6893693Z    Compiling openssl-probe v0.2.1
2026-09-10T10:20:39.7924015Z    Compiling utf8parse v0.2.2
2026-09-10T10:20:39.8661624Z    Compiling rustix v1.1.4
2026-09-10T10:20:39.8782469Z    Compiling arrayvec v0.7.6
2026-09-10T10:20:39.9440223Z    Compiling aes-gcm v0.10.3
2026-09-10T10:20:40.0022327Z    Compiling crossbeam-epoch v0.9.18
2026-09-10T10:20:40.0861232Z    Compiling crossbeam-channel v0.5.15
2026-09-10T10:20:40.0900010Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-09-10T10:20:40.1071005Z    Compiling netlink-packet-route v0.29.0
2026-09-10T10:20:40.2913367Z    Compiling synstructure v0.13.2
2026-09-10T10:20:40.3790016Z    Compiling darling_core v0.20.11
2026-09-10T10:20:40.3871105Z    Compiling blake3 v1.8.5
2026-09-10T10:20:40.6450865Z    Compiling ppv-lite86 v0.2.21
2026-09-10T10:20:40.6937471Z    Compiling acto v0.8.2
2026-09-10T10:20:40.7370412Z    Compiling memoffset v0.6.5
2026-09-10T10:20:40.7747138Z    Compiling netwatch v0.16.0
2026-09-10T10:20:40.7961102Z    Compiling noq v0.18.0
2026-09-10T10:20:40.8490383Z    Compiling tagptr v0.2.0
2026-09-10T10:20:40.9013289Z    Compiling xml-rs v0.8.28
2026-09-10T10:20:40.9931144Z    Compiling proc-macro-crate v3.5.0
2026-09-10T10:20:40.9940483Z    Compiling thiserror v1.0.69
2026-09-10T10:20:41.0034337Z    Compiling linux-raw-sys v0.12.1
2026-09-10T10:20:41.0111115Z    Compiling mac-addr v0.3.0
2026-09-10T10:20:41.1180870Z    Compiling rand_chacha v0.3.1
2026-09-10T10:20:41.1661237Z    Compiling regex-automata v0.4.14
2026-09-10T10:20:41.2437951Z    Compiling sorted-index-buffer v0.2.1
2026-09-10T10:20:41.3741583Z    Compiling rand v0.8.7
2026-09-10T10:20:41.4552956Z    Compiling identity-hash v0.1.0
2026-09-10T10:20:41.4857787Z    Compiling foldhash v0.2.0
2026-09-10T10:20:41.5022007Z    Compiling lru-slab v0.1.2
2026-09-10T10:20:41.5389650Z    Compiling rustc-hash v2.1.2
2026-09-10T10:20:41.5717230Z    Compiling ref-cast v1.0.25
2026-09-10T10:20:41.6186575Z    Compiling hashbrown v0.16.1
2026-09-10T10:20:41.7043592Z    Compiling xmltree v0.10.3
2026-09-10T10:20:41.8533949Z    Compiling serde_derive_internals v0.29.1
2026-09-10T10:20:41.9209184Z    Compiling netlink-packet-route v0.30.0
2026-09-10T10:20:42.2218040Z    Compiling serde_derive v1.0.228
2026-09-10T10:20:42.2713364Z    Compiling zeroize_derive v1.4.3
2026-09-10T10:20:42.3410648Z    Compiling tokio-macros v2.7.0
2026-09-10T10:20:42.3686790Z    Compiling zerofrom-derive v0.1.7
2026-09-10T10:20:42.4940780Z    Compiling futures-macro v0.3.32
2026-09-10T10:20:42.7419746Z    Compiling yoke-derive v0.8.2
2026-09-10T10:20:42.8420410Z    Compiling zerovec-derive v0.11.3
2026-09-10T10:20:42.8542186Z    Compiling zeroize v1.8.2
2026-09-10T10:20:42.9691095Z    Compiling displaydoc v0.2.6
2026-09-10T10:20:42.9900438Z    Compiling tokio v1.52.3
2026-09-10T10:20:43.0403599Z    Compiling tracing-attributes v0.1.31
2026-09-10T10:20:43.2725462Z    Compiling rustls-pki-types v1.14.1
2026-09-10T10:20:43.3365267Z    Compiling futures-util v0.3.32
2026-09-10T10:20:43.4521600Z    Compiling curve25519-dalek-derive v0.1.1
2026-09-10T10:20:43.6386105Z    Compiling zerofrom v0.1.8
2026-09-10T10:20:43.7240804Z    Compiling thiserror-impl v2.0.18
2026-09-10T10:20:43.9819615Z    Compiling darling_macro v0.20.11
2026-09-10T10:20:44.0133089Z    Compiling yoke v0.8.3
2026-09-10T10:20:44.0809906Z    Compiling derive_more-impl v2.1.1
2026-09-10T10:20:44.2130833Z    Compiling zerovec v0.11.6
2026-09-10T10:20:44.2207507Z    Compiling zerotrie v0.2.4
2026-09-10T10:20:44.2953767Z    Compiling darling v0.20.11
2026-09-10T10:20:44.3474408Z    Compiling derive_builder_core v0.20.2
2026-09-10T10:20:44.6060788Z    Compiling der v0.7.10
2026-09-10T10:20:44.6951059Z    Compiling spez v0.1.2
2026-09-10T10:20:44.8835246Z    Compiling n0-error-macros v0.1.3
2026-09-10T10:20:45.0068249Z    Compiling tinystr v0.8.3
2026-09-10T10:20:45.0171678Z    Compiling potential_utf v0.1.5
2026-09-10T10:20:45.1473558Z    Compiling icu_collections v2.2.0
2026-09-10T10:20:45.2140498Z    Compiling icu_locale_core v2.2.0
2026-09-10T10:20:45.5545785Z    Compiling derive_builder_macro v0.20.2
2026-09-10T10:20:45.7935770Z    Compiling derive_builder v0.20.2
2026-09-10T10:20:45.8511250Z    Compiling spki v0.7.3
2026-09-10T10:20:45.8821741Z    Compiling der v0.8.0-rc.10
2026-09-10T10:20:45.9963979Z    Compiling n0-error v0.1.3
2026-09-10T10:20:46.0383252Z    Compiling pin-project-internal v1.1.13
2026-09-10T10:20:46.3370665Z    Compiling pkcs8 v0.10.2
2026-09-10T10:20:46.3870856Z    Compiling icu_provider v2.2.0
2026-09-10T10:20:46.5872237Z    Compiling pkcs1 v0.7.5
2026-09-10T10:20:46.7549342Z    Compiling icu_properties v2.2.0
2026-09-10T10:20:46.7588749Z    Compiling icu_normalizer v2.2.0
2026-09-10T10:20:46.8982958Z    Compiling ed25519-dalek v2.2.0
2026-09-10T10:20:47.0290000Z    Compiling ipnet v2.12.0
2026-09-10T10:20:47.1132574Z    Compiling futures-executor v0.3.32
2026-09-10T10:20:47.3443802Z    Compiling pin-project v1.1.13
2026-09-10T10:20:47.3560964Z    Compiling spki v0.8.0-rc.4
2026-09-10T10:20:47.4051927Z    Compiling futures v0.3.32
2026-09-10T10:20:47.4627044Z    Compiling prefix-trie v0.8.4
2026-09-10T10:20:47.5297692Z    Compiling pkcs8 v0.11.0-rc.10
2026-09-10T10:20:47.5647885Z    Compiling spt-proto v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-09-10T10:20:47.7101547Z    Compiling once_cell v1.21.4
2026-09-10T10:20:47.7200516Z    Compiling ed25519 v3.0.0-rc.4
2026-09-10T10:20:47.9291065Z    Compiling tracing-core v0.1.36
2026-09-10T10:20:48.1060941Z    Compiling idna_adapter v1.2.2
2026-09-10T10:20:48.1237350Z    Compiling hashbrown v0.14.5
2026-09-10T10:20:48.1841028Z    Compiling idna v1.1.0
2026-09-10T10:20:48.2143017Z    Compiling cobs v0.3.0
2026-09-10T10:20:48.2630523Z    Compiling regex v1.12.3
2026-09-10T10:20:48.3506620Z    Compiling postcard-derive v0.2.2
2026-09-10T10:20:48.4060864Z    Compiling tracing v0.1.44
2026-09-10T10:20:48.4492715Z    Compiling derive_more v2.1.1
2026-09-10T10:20:48.5431060Z    Compiling data-encoding-macro-internal v0.1.18
2026-09-10T10:20:48.6129773Z    Compiling url v2.5.8
2026-09-10T10:20:48.7197323Z    Compiling tokio-util v0.7.18
2026-09-10T10:20:48.7260809Z    Compiling netlink-sys v0.8.8
2026-09-10T10:20:48.8851383Z    Compiling hashlink v0.9.1
2026-09-10T10:20:48.9544564Z    Compiling rsa v0.9.10
2026-09-10T10:20:48.9681484Z    Compiling data-encoding-macro v0.1.20
2026-09-10T10:20:49.0220656Z    Compiling postcard v1.1.3
2026-09-10T10:20:49.0522079Z    Compiling tower v0.5.3
2026-09-10T10:20:49.2069793Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-09-10T10:20:49.3173156Z    Compiling rustls-native-certs v0.8.4
2026-09-10T10:20:49.3990855Z    Compiling iroh-metrics-derive v0.4.1
2026-09-10T10:20:49.4411179Z    Compiling enum-assoc v1.3.0
2026-09-10T10:20:49.5290605Z    Compiling hickory-proto v0.26.0-beta.4
2026-09-10T10:20:49.6280895Z    Compiling strum_macros v0.28.0
2026-09-10T10:20:49.6990910Z    Compiling num_enum_derive v0.7.6
2026-09-10T10:20:49.7311813Z    Compiling h2 v0.4.14
2026-09-10T10:20:49.7489127Z    Compiling rusqlite v0.32.1
2026-09-10T10:20:49.8465484Z    Compiling async-trait v0.1.89
2026-09-10T10:20:49.8536016Z    Compiling iroh-metrics v0.38.3
2026-09-10T10:20:49.8931404Z    Compiling n0-watcher v0.6.1
2026-09-10T10:20:49.9691242Z    Compiling iroh-relay v0.98.0
2026-09-10T10:20:49.9833619Z    Compiling tokio-stream v0.1.18
2026-09-10T10:20:50.1439346Z    Compiling tower-http v0.6.11
2026-09-10T10:20:50.1701163Z    Compiling iroh-base v0.98.0
2026-09-10T10:20:50.2563880Z    Compiling attohttpc v0.30.1
2026-09-10T10:20:50.4952914Z    Compiling netlink-proto v0.12.0
2026-09-10T10:20:50.5320655Z    Compiling netdev v0.42.0
2026-09-10T10:20:50.5690454Z    Compiling moka v0.12.15
2026-09-10T10:20:50.6912878Z    Compiling num_enum v0.7.6
2026-09-10T10:20:50.7181574Z    Compiling toml_datetime v0.6.11
2026-09-10T10:20:50.7829985Z    Compiling serde_spanned v0.6.9
2026-09-10T10:20:50.7950938Z    Compiling thiserror-impl v1.0.69
2026-09-10T10:20:50.9280650Z    Compiling ref-cast-impl v1.0.25
2026-09-10T10:20:50.9525801Z    Compiling ioctl-rs v0.1.6
2026-09-10T10:20:50.9760747Z    Compiling errno v0.3.14
2026-09-10T10:20:51.0540929Z    Compiling termios v0.2.2
2026-09-10T10:20:51.1180946Z    Compiling serial-core v0.4.0
2026-09-10T10:20:51.1250706Z    Compiling simple-dns v0.9.3
2026-09-10T10:20:51.1934599Z    Compiling winnow v0.7.15
2026-09-10T10:20:51.2881099Z    Compiling arrayref v0.3.9
2026-09-10T10:20:51.3550506Z    Compiling signal-hook v0.3.18
2026-09-10T10:20:51.3923236Z    Compiling sha1_smol v1.0.1
2026-09-10T10:20:51.5072185Z    Compiling smol_str v0.1.24
2026-09-10T10:20:51.5970977Z    Compiling constant_time_eq v0.4.2
2026-09-10T10:20:51.7000756Z    Compiling resolv-conf v0.7.6
2026-09-10T10:20:51.7160713Z    Compiling simdutf8 v0.1.5
2026-09-10T10:20:51.7894153Z    Compiling toml_write v0.1.2
2026-09-10T10:20:51.9865982Z    Compiling serial-unix v0.4.0
2026-09-10T10:20:52.0478890Z    Compiling signal-hook-registry v1.4.8
2026-09-10T10:20:52.1769831Z    Compiling webpki-roots v1.0.7
2026-09-10T10:20:52.2406519Z    Compiling schemars_derive v1.2.1
2026-09-10T10:20:52.2720496Z    Compiling lru v0.16.4
2026-09-10T10:20:52.3041601Z    Compiling strum v0.28.0
2026-09-10T10:20:52.3286200Z    Compiling darling_core v0.23.0
2026-09-10T10:20:52.3792910Z    Compiling serde_bytes v0.11.19
2026-09-10T10:20:52.4150830Z    Compiling hmac v0.12.1
2026-09-10T10:20:52.4370757Z    Compiling seize v0.5.1
2026-09-10T10:20:52.4644170Z    Compiling iroh-dns v0.98.0
2026-09-10T10:20:52.5340195Z    Compiling iroh v0.98.2
2026-09-10T10:20:52.6046558Z    Compiling dyn-clone v1.0.20
2026-09-10T10:20:52.6491255Z    Compiling rustix v0.38.44
2026-09-10T10:20:52.6755122Z    Compiling pin-utils v0.1.0
2026-09-10T10:20:52.7032589Z    Compiling cmov v0.5.4
2026-09-10T10:20:52.7480480Z    Compiling bitflags v1.3.2
2026-09-10T10:20:52.7681692Z    Compiling papaya v0.2.4
2026-09-10T10:20:52.7802371Z    Compiling swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-09-10T10:20:52.8040563Z    Compiling nix v0.25.1
2026-09-10T10:20:52.8990788Z    Compiling hkdf v0.12.4
2026-09-10T10:20:52.9681131Z    Compiling ctutils v0.4.2
2026-09-10T10:20:53.0241525Z    Compiling filedescriptor v0.8.3
2026-09-10T10:20:53.0570734Z    Compiling serial v0.4.0
2026-09-10T10:20:53.1177245Z    Compiling backon v1.6.0
2026-09-10T10:20:53.2195944Z    Compiling anstyle-parse v1.0.0
2026-09-10T10:20:53.2592993Z    Compiling vte_generate_state_changes v0.1.2
2026-09-10T10:20:53.2790891Z    Compiling anstyle v1.0.14
2026-09-10T10:20:53.3730945Z    Compiling is_terminal_polyfill v1.70.2
2026-09-10T10:20:53.4239944Z    Compiling linux-raw-sys v0.4.15
2026-09-10T10:20:53.4391129Z    Compiling unicode-width v0.2.0
2026-09-10T10:20:53.4731032Z    Compiling toml_edit v0.22.27
2026-09-10T10:20:53.5055925Z    Compiling foldhash v0.1.5
2026-09-10T10:20:53.5375796Z    Compiling anstyle-query v1.1.5
2026-09-10T10:20:53.6120322Z    Compiling colorchoice v1.0.5
2026-09-10T10:20:53.6558336Z    Compiling downcast-rs v1.2.1
2026-09-10T10:20:53.6970997Z    Compiling instability v0.3.12
2026-09-10T10:20:53.7001443Z    Compiling shell-words v1.1.1
2026-09-10T10:20:53.7280155Z    Compiling anstream v1.0.0
2026-09-10T10:20:53.7527040Z    Compiling hashbrown v0.15.5
2026-09-10T10:20:53.8392766Z    Compiling vte v0.13.1
2026-09-10T10:20:53.8501344Z    Compiling signal-hook-mio v0.2.5
2026-09-10T10:20:53.8631233Z    Compiling spake2 v0.4.0
2026-09-10T10:20:53.9463715Z    Compiling terminal_size v0.4.4
2026-09-10T10:20:54.0660856Z    Compiling strum_macros v0.26.4
2026-09-10T10:20:54.0880909Z    Compiling itertools v0.13.0
2026-09-10T10:20:54.1097887Z    Compiling schemars v1.2.1
2026-09-10T10:20:54.2162245Z    Compiling sha1 v0.10.6
2026-09-10T10:20:54.4771051Z    Compiling castaway v0.2.4
2026-09-10T10:20:54.5684166Z    Compiling static_assertions v1.1.0
2026-09-10T10:20:54.5910954Z    Compiling doctest-file v1.1.1
2026-09-10T10:20:54.6220764Z    Compiling clap_lex v1.1.0
2026-09-10T10:20:54.8808876Z    Compiling unicode-width v0.1.14
2026-09-10T10:20:54.9420067Z    Compiling indoc v2.0.7
2026-09-10T10:20:54.9756759Z    Compiling clap_builder v4.6.0
2026-09-10T10:20:55.0337853Z    Compiling interprocess v2.4.2
2026-09-10T10:20:55.0899435Z    Compiling crossterm v0.28.1
2026-09-10T10:20:55.1695257Z    Compiling compact_str v0.8.2
2026-09-10T10:20:55.3460478Z    Compiling lru v0.12.5
2026-09-10T10:20:55.5177591Z    Compiling clap_derive v4.6.1
2026-09-10T10:20:55.9041432Z    Compiling hyper v1.10.1
2026-09-10T10:20:55.9561275Z    Compiling darling_macro v0.23.0
2026-09-10T10:20:55.9890490Z    Compiling toml v0.8.23
2026-09-10T10:20:56.0363926Z    Compiling unicode-truncate v1.1.0
2026-09-10T10:20:56.1730556Z    Compiling cassowary v0.3.0
2026-09-10T10:20:56.2636430Z    Compiling darling v0.23.0
2026-09-10T10:20:56.2637275Z    Compiling strum v0.26.3
2026-09-10T10:20:56.3780896Z    Compiling iana-time-zone v0.1.65
2026-09-10T10:20:56.6086170Z    Compiling chrono v0.4.45
2026-09-10T10:20:56.6170589Z    Compiling nucleo-matcher v0.3.1
2026-09-10T10:20:56.6886493Z    Compiling qrcode v0.14.1
2026-09-10T10:20:56.7820541Z    Compiling portable-pty v0.8.1
2026-09-10T10:20:56.9260729Z    Compiling ratatui v0.29.0
2026-09-10T10:20:56.9636307Z    Compiling tempfile v3.27.0
2026-09-10T10:20:57.5701251Z    Compiling spt-test-support v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-test-support)
2026-09-10T10:20:57.8501935Z    Compiling hyper-util v0.1.20
2026-09-10T10:20:57.9991459Z    Compiling clap v4.6.1
2026-09-10T10:20:59.5488111Z    Compiling spt-msg v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-09-10T10:20:59.6981991Z    Compiling igd-next v0.17.1
2026-09-10T10:20:59.9424952Z    Compiling spt-runtime v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-09-10T10:20:59.9866369Z    Compiling spt-term v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-09-10T10:21:00.8535668Z    Compiling portmapper v0.16.0
2026-09-10T10:21:02.9224180Z    Compiling spt-live v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-09-10T10:21:04.9294845Z    Compiling rustls-webpki v0.103.13
2026-09-10T10:21:07.1323953Z    Compiling tokio-rustls v0.26.4
2026-09-10T10:21:07.1324463Z    Compiling noq-proto v0.17.0
2026-09-10T10:21:07.1324802Z    Compiling rustls-platform-verifier v0.7.0
2026-09-10T10:21:07.2755602Z    Compiling hickory-net v0.26.0-beta.4
2026-09-10T10:21:07.2756916Z    Compiling hyper-rustls v0.27.9
2026-09-10T10:21:07.2757429Z    Compiling tokio-websockets v0.13.2
2026-09-10T10:21:07.4060182Z    Compiling reqwest v0.13.4
2026-09-10T10:21:08.2374201Z    Compiling hickory-resolver v0.26.0-beta.4
2026-09-10T10:21:21.1914473Z    Compiling spt-net v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-09-10T10:21:22.9556036Z    Compiling spt-daemon v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-09-10T10:21:34.5303575Z    Compiling spt v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-09-10T10:21:41.6871287Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 07s
2026-09-10T10:21:41.7098005Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-8da7aa7a019236cf)
2026-09-10T10:21:41.7110454Z 
2026-09-10T10:21:41.7110616Z running 1 test
2026-09-10T10:21:48.2110427Z test new_brain_serves_against_old_broker ... ok
2026-09-10T10:21:48.2110927Z 
2026-09-10T10:21:48.2111218Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.50s
2026-09-10T10:21:48.2111605Z 
